projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50b0df8
)
x600: Switch to CONFIG_PHYLIB
author
Tom Rini
<
[email protected]
>
Fri, 7 Feb 2014 13:52:06 +0000
(08:52 -0500)
committer
Tom Rini
<
[email protected]
>
Fri, 7 Feb 2014 14:18:35 +0000
(09:18 -0500)
Now that the designware ethernet driver uses phylib we need to turn it
on here.
Acked-by: Stefan Roese <
[email protected]
>
Signed-off-by: Tom Rini <
[email protected]
>
include/configs/x600.h
patch
|
blob
|
history
diff --git
a/include/configs/x600.h
b/include/configs/x600.h
index 39540e380606d913b3341a17b0e2903d023c6f57..00b938a21601760eb4243f8e385180a5b06ca8fa 100644
(file)
--- a/
include/configs/x600.h
+++ b/
include/configs/x600.h
@@
-74,10
+74,9
@@
/* Ethernet config options */
#define CONFIG_MII
#define CONFIG_DESIGNWARE_ETH
-#define CONFIG_DW_SEARCH_PHY
#define CONFIG_NET_MULTI
+#define CONFIG_PHYLIB
#define CONFIG_PHY_RESET_DELAY 10000 /* in usec */
-#define CONFIG_DW_AUTONEG
#define CONFIG_PHY_ADDR 0 /* PHY address */
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */